home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10756 < prev    next >
Encoding:
Text File  |  1996-08-05  |  838 b   |  23 lines

  1. Newsgroups: comp.lang.c++,comp.os.linux.development.apps,comp.os.linux.misc
  2. Path: ark.franken.de!ralf
  3. From: ralf@ark.franken.de (Ralf W. Stephan)
  4. Subject: Re: Are str* functions okay in C++?
  5. Message-ID: <1996Mar9.081707.680@ark.franken.de>
  6. Organization: his desk writing an article
  7. Date: Sat, 9 Mar 1996 08:17:07 GMT
  8. References: <4hpvi0$gt6@news.platinum.com>
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. Followup-To: comp.lang.c++,comp.os.linux.development.apps,comp.os.linux.misc
  11.  
  12. I'd suspect some pointer snafu/overwrite in your code that silently
  13. passes on the other machine but doesn't go unrecognized under Linux.
  14. I'd suggest using a debugging library like libefence, or better, 
  15. libdmalloc.  Even better (and more to the spirit of C++) would be
  16. if you used string instead of char*.
  17.  
  18.  
  19. Good luck,
  20. ralf
  21. --
  22. PGP: 1024/0xA713ECE9 2047/0xC8E605F5
  23.